onStopNestedScroll
open fun onStopNestedScroll(@NonNull parent: @NonNull ViewParent, @NonNull target: @NonNull View)(source)
React to a nested scroll operation ending.
This version of the method just calls onStopNestedScroll using the touch input type.
Parameters
parent
ViewParent that contains the target view.
target
View that initiated the nested scroll
open fun onStopNestedScroll(@NonNull parent: @NonNull ViewParent, @NonNull target: @NonNull View, type: Int)(source)
React to a nested scroll operation ending.
Perform cleanup after a nested scrolling operation. This method will be called when a nested scroll stops, for example when a nested touch scroll ends with a ACTION_UP or ACTION_CANCEL event. Implementations of this method should always call their superclass's implementation of this method if one is present.
Parameters
parent
ViewParent that contains the target view.
target
View that initiated the nested scroll
type
the type of input which cause this scroll event